Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODTransform


TransformShape

The TransformShape method modifies the specified shape by applying this transform.

void TransformShape (in ODShape shape);
shape
A reference to the shape object to be modified.
DISCUSSION
Calling this method is equivalent to calling the Transform method of the specified shape.

OVERRIDING
If you subclass ODTransform to create a nonlinear transform class, you must override this method. Your override method can call its inherited method at any point in your implementation (it does not matter where).

EXCEPTIONS
kODErrOutOfMemory
There is not enough memory to transform the shape.
SEE ALSO
The ODShape::Transform method (page 654).
The ODTransform::InvertShape method (page 775).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help